AdPricing

data class AdPricing(value: Double?, model: String?, currency: String?)

Used to provide a value that represents a price that can be used by real-time bidding (RTB) systems. Specified in Inline.Pricing in the VAST response.

Constructors

AdPricing
Link copied to clipboard
fun AdPricing(value: Double?, model: String?, currency: String?)

Properties

currency
Link copied to clipboard
val currency: String?
The three-letter ISO-4217 currency symbol that identifies the currency of the value provided (e.g.
model
Link copied to clipboard
val model: String?
Identifies the pricing model as one of: CPM, CPC, CPE, or CPV.
value
Link copied to clipboard
val value: Double?
A numerical value that represents a price that can be used in real-time bidding systems.